﻿2026-06-13T11:08:19.7587796Z ##[group]Run actions/checkout@v5
2026-06-13T11:08:19.7588864Z with:
2026-06-13T11:08:19.7589386Z   repository: SaberMage/spt-core
2026-06-13T11:08:19.7594398Z   token: ***
2026-06-13T11:08:19.7594917Z   ssh-strict: true
2026-06-13T11:08:19.7595468Z   ssh-user: git
2026-06-13T11:08:19.7596024Z   persist-credentials: true
2026-06-13T11:08:19.7596627Z   clean: true
2026-06-13T11:08:19.7597305Z   sparse-checkout-cone-mode: true
2026-06-13T11:08:19.7598497Z   fetch-depth: 1
2026-06-13T11:08:19.7599045Z   fetch-tags: false
2026-06-13T11:08:19.7599649Z   show-progress: true
2026-06-13T11:08:19.7600221Z   lfs: false
2026-06-13T11:08:19.7600771Z   submodules: false
2026-06-13T11:08:19.7601396Z   set-safe-directory: true
2026-06-13T11:08:19.7602231Z ##[endgroup]
2026-06-13T11:08:19.9423401Z Syncing repository: SaberMage/spt-core
2026-06-13T11:08:19.9425064Z ##[group]Getting Git version info
2026-06-13T11:08:19.9425880Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-13T11:08:19.9637240Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T11:08:19.9871200Z git version 2.43.0.windows.1
2026-06-13T11:08:19.9898443Z ##[endgroup]
2026-06-13T11:08:19.9906719Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c5ec40da-b9a6-4cd6-9ded-bde06298db4b\.gitconfig'
2026-06-13T11:08:19.9920371Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c5ec40da-b9a6-4cd6-9ded-bde06298db4b' before making global git config changes
2026-06-13T11:08:19.9922065Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:08:19.9925424Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-13T11:08:20.0152487Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-13T11:08:20.0335597Z https://github.com/SaberMage/spt-core
2026-06-13T11:08:20.0363671Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T11:08:20.0367453Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T11:08:20.0561823Z HEAD
2026-06-13T11:08:20.0809815Z ##[endgroup]
2026-06-13T11:08:20.0812072Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-13T11:08:20.4473768Z ##[group]Cleaning the repository
2026-06-13T11:08:20.4478115Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-13T11:08:21.9504843Z Removing target/
2026-06-13T11:08:21.9537903Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-13T11:08:22.0073085Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:08:22.0112140Z ##[endgroup]
2026-06-13T11:08:22.0116052Z ##[group]Disabling automatic garbage collection
2026-06-13T11:08:22.0121464Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-13T11:08:22.0349168Z ##[endgroup]
2026-06-13T11:08:22.0355431Z ##[group]Setting up auth
2026-06-13T11:08:22.0355851Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:08:22.0572362Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T11:08:22.4108281Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:08:22.4346493Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T11:08:22.7995973Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:08:22.8218494Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T11:08:23.1879934Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-13T11:08:23.2125367Z ##[endgroup]
2026-06-13T11:08:23.2125797Z ##[group]Fetching the repository
2026-06-13T11:08:23.2132456Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5:refs/remotes/pull/9/merge
2026-06-13T11:08:23.7960525Z ##[endgroup]
2026-06-13T11:08:23.7960969Z ##[group]Determining the checkout info
2026-06-13T11:08:23.7961399Z ##[endgroup]
2026-06-13T11:08:23.7970563Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-13T11:08:23.8236376Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-13T11:08:23.8451560Z ##[group]Checking out the ref
2026-06-13T11:08:23.8457039Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/9/merge
2026-06-13T11:08:23.8773635Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:08:23.8796383Z ##[endgroup]
2026-06-13T11:08:23.9028370Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-13T11:08:23.9239339Z 3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5
